Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_alnum
ctype_alnum
Check alphanumeric characters
Name:
ctype_alnum
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check alphanumeric characters
Related
How to Fix Discuz Login Failure: Common Causes and Solutions
5
Potential impact of PHP type automatic conversion on ceil()
1
Custom flip direction: Can multiple parameters be passed in?
10
How to elegantly determine whether imageflip() is required to support the required constants
10
Similar Functions
ctype_cntrl
ctype_cntrl
Checkcontrolcharacte
ctype_lower
ctype_lower
Checklowercasecharac
ctype_xdigit
ctype_xdigit
Checkcharactersrepre
ctype_print
ctype_print
Checkprintablecharac
ctype_graph
ctype_graph
Checkforanyprintable
ctype_space
ctype_space
Checkspacecharacters
ctype_alnum
ctype_alnum
Checkalphanumericcha
ctype_digit
ctype_digit
Checknumericcharacte
Popular Articles